Error Dispatch Details
data class ErrorDispatchDetails(val responseMode: ResponseMode, val nonce: String?, val state: String?, val clientId: VerifierId?, val responseEncryptionSpecification: ResponseEncryptionSpecification?) : Serializable(source)
Information required for an AuthorizationRequestError to be dispatchable.
Constructors
Link copied to clipboard
constructor(responseMode: ResponseMode, nonce: String?, state: String?, clientId: VerifierId?, responseEncryptionSpecification: ResponseEncryptionSpecification?)